Bug 524862 - Using GTK_WIN_POS_CENTER_ALWAYS gives jerky window resizing
authorTor Lillqvist <tml@novell.com>
Sun, 30 Mar 2008 02:29:13 +0000 (02:29 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 30 Mar 2008 02:29:13 +0000 (02:29 +0000)
2008-03-30  Tor Lillqvist  <tml@novell.com>

Bug 524862 - Using GTK_WIN_POS_CENTER_ALWAYS gives jerky
window resizing in Win32

* gtk/tmpl/gtkenums.sgml: Recommend that GTK_WIN_POS_CENTER_ALWAYS
is not used.

svn path=/trunk/; revision=19947

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkenums.sgml

index efd4f6bfc7a2751bf398cf6734f4cf16e4ab05f1..705de058d437cc77cb76afd5a6c01fe59dc1a6a9 100644 (file)
@@ -1,3 +1,11 @@
+2008-03-30  Tor Lillqvist  <tml@novell.com>
+
+       Bug 524862 - Using GTK_WIN_POS_CENTER_ALWAYS gives jerky window
+       resizing in Win32
+
+       * gtk/tmpl/gtkenums.sgml: Recommend that GTK_WIN_POS_CENTER_ALWAYS
+       is not used.
+
 2008-03-11  Michael Natterer  <mitch@imendio.com>
 
        * gdk/Makefile.am
index fffd55daa5be2bff6f48d32b859094b1673c5c05..e7fee82819e6d2d8f88592de9ea296df786ad202 100644 (file)
@@ -442,7 +442,9 @@ Used by #GtkCList and #GtkCTree to indicate whether a row is visible.
 
 <!-- ##### ENUM GtkWindowPosition ##### -->
 <para>
-Window placement can be influenced using this enumeration.
+Window placement can be influenced using this enumeration. Note that
+using @GTK_WIN_POS_CENTER_ALWAYS is almost always a bad idea. 
+It won't necessarily work well with all window managers or on all windowing systems.
 </para>
 
 @GTK_WIN_POS_NONE: No influence is made on placement.